Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

127.0.0.1 us.rdx2.lgtvsdp.com
127.0.0.1 us.info.lgsmartad.com
127.0.0.1 us.ibs.lgappstv.com
# 127.0.0.1 us.lgtvsdp.com
127.0.0.1 ad.lgappstv.com
127.0.0.1 smartshare.lgtvsdp.com
127.0.0.1 ibis.lgappstv.com
# added after fork
# from https://www.reddit.com/r/pihole/comments/6qmpv6/blacklists_for_lg_webos_tvs/ and others
@dobriak
dobriak / README.md
Created June 27, 2026 05:45
Compile vllm from scratch, AMD R9700, ROCm, gfx1201

vllm — ROCm build for AMD RDNA4 (gfx1201)

Build and runtime notes for the AMD Radeon AI PRO R9700 (and RX 9070 XT) on ROCm 7.2.


Why build from source?

AMD's RDNA4 architecture (gfx1201 / Navi 48) is new enough that pre-built vllm wheels do not target it. The official pip package is compiled for CUDA, and the AMD-published ROCm wheels are built for MI300-series datacenter GPUs (gfx942). Installing either will either fail at import or silently miscompile kernels for the wrong ISA.

@prateekbangre
prateekbangre / free_claude_opus_4.5_&_5_using_agentrouter.md
Created August 27, 2026 10:00
Free Claude Opus (4.x & 5) using AgentRouter

Free Claude Opus (4.x & 5) using AgentRouter

A short, copy-paste guide to using Claude Opus models with Claude Code, Cursor, Cline, and Claude Desktop by pointing them at AgentRouter — a third-party API gateway that currently provides promotional/free credits for AI-coding tools.

📚 Cross‑checked against AgentRouter's official docs: https://agentrouter.org/docs/index.html

⚠️ Heads up (read this): AgentRouter is an unofficial, third‑party gateway. It is not Anthropic and is not affiliated with Anthropic. Free-credit promotions, eligibility, model names, limits, and uptime can change often and may disappear or change without notice. Great for experimenting and learning — don't push private, proprietary, or client code / secrets through it, and use the official Anthropic API or a Claude subscription for anything production or confidential. See [

@yanivmn
yanivmn / open-source-sso.md
Last active September 7, 2026 20:21 — forked from bmaupin/open-source-sso.md
Comparison of open-source SSO implementations
Aerobase Keycloak WSO2 Identity Server Gluu CAS OpenAM Shibboleth IdP
OpenID Connect/OAuth support yes yes yes yes yes yes third-party
Multi-factor authentication yes yes yes yes yes yes yes
Admin UI yes yes yes yes yes yes no
OpenJDK support yes yes yes yes no
Identity brokering yes yes yes
Middleware NGINX, Wildfly Wildfly, JBOSS WSO2 Carbon Jetty, Apache HTTPD any Java app server any Java app server Jetty, Tomc
{
"configId": "pilot_001",
"configVersion": "0.2",
"taskType": "incidental",
"counterbalanceGroup": "A",
"centralParametersVersion": 1,
"randomSeed": 0,
"randomizeMemoryTrialOrder": true,
"ratingTimeoutSeconds": 10,
"practiceTrialCount": 2,
@nntrn
nntrn / espn-api-list.md
Last active September 7, 2026 20:11
List of nfl endpoints for ESPN's API

List of NFL API Endpoints

This page has been updated a lot in the past 3 years. Older revisions you might like more than this one:

@nstarke
nstarke / resize-ghidra-gui.md
Last active September 7, 2026 20:10
Resize Ghidra GUI for High DPI screens

Resize Ghidra for High DPI screens

If you run Ghidra on a high DPI screen, you will probably find the GUI to be scaled down so small to be almost of no use.

There is a setting that you can adjust to scale the Ghidra GUI:

in $GHIDRA_ROOT/support is a file named launch.properties. In this launch.properties file is the following configuration key:

VMARGS_LINUX=-Dsun.java2d.uiScale=1